e83918a01bb811b4b5cf3cd25c07eeaffb69e7c7,features/newts/src/test/java/org/opennms/netmgt/measurements/impl/NewtsFetchStrategyTest.java,NewtsFetchStrategyTest,canRetrieveAttributeWhenFallbackAttributeIsSet,#,91
Before Change
@Test
public void canRetrieveAttributeWhenFallbackAttributeIsSet() throws Exception {
List<Source> sources = Lists.newArrayList(
createMockResource("icmplocalhost", "icmp", "127.0.0.1")
);
replay();
Source sourceToBeFetched = new Source();
After Change
@Test
public void canRetrieveAttributeWhenFallbackAttributeIsSet() throws Exception {
createMockResource("icmplocalhost", "icmp", "127.0.0.1");
replay();
Source sourceToBeFetched = new Source();